<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w1200{
	max-width: 1200px;
	margin: 0 auto;
}

.applica-ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.applica-li{
	margin-bottom: 10px;
}

.applica{
    padding: 40px 0;
}

.scene-name{
    font-size: 42px;
    text-align: center;
    padding-top: 110px;
}

.scene-subname{
    font-size: 16px;
    color: #1d2736;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 70px;
}

.scene-ul{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.scene-li{
    width: 32%;
    margin-bottom: 30px;
    padding: 25px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}

.scene-li:hover{
    border: 0;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.scene-p1{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #2d3540;
}

.scene-content{
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    min-height: 115px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 15px;
}

.user{
    width: 100%;
    height: 680px;
    background: url(../images/applica/yhty_bg.jpg) no-repeat;
}

.user-name{
    color: #fff;
    padding-top: 100px;
    font-size: 42px;
    text-align: center;
}

.user-subname{
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 10px;
}

.user-ul{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.user-li{
    width: calc(100%/3);
    text-align: center;
    padding: 0 60px;
}

.user-p1{
    font-size: 24px;
    color: #fff;
    margin-top: 38px;
}

.user-p2{
    font-size: 14px;
    line-height: 28px;
    margin-top: 20px;
    color: white;
}

.funcus-ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}

.funcus-li{
    width: calc(100%/3);
    padding: 20px;
    border: 1px solid #DDDDDD;
}

.funcus-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.funcus-img img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.funcus-p1{
    font-size: 24px;
    margin-top: 32px;
    text-align: center;
}

.funcus-p2{
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
}

.funcus-li:hover .funcus-img img{
    transform: scale(1.15);
}

.funcus-zx{
    text-align: center;
    margin-top: 70px;
}

.funcusA{
    display: inline-block;
    width: 220px;
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    color: #0e7fe9;
    border: 2px solid #0E7FE9;
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
    text-align: center;
}

.funcusA:hover{
    color: #0e7fe9;
}

.make{
    margin-top: 80px;
}

.make-container{
    display: flex;
    flex-wrap: wrap;
}

.make-img{
    width: 50%;
}

.make-img img{
    width: 100%;
}

.make-content{
    width: 50%;
    padding: 0 50px;
    position: relative;
}

.make-hui{
    width: 100%;
    height: 25px;
    background: #F5F5F5;
}

.make-title{
    font-size: 42px;
    margin-top: 50px;
}

.make-word{
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    width: 615px;
    max-width: 100%;
    margin-top: 20px;
}

.make-key{
    width: 860px;
    height: 110px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 30px;
    border-top-left-radius: 0;
    padding-left: 105px;
    padding-top: 17px;
    position: absolute;
    bottom: 10px;
    left: -150px;
}

.make-ul{
    display: flex;
    justify-content: space-around;
}

.makeli-p{
    display: flex;
    align-items: flex-start;
}

.makeli-sp1{
    font-size: 45px;
    line-height: 1;
    color: #e6212a;
}

.makeli-sp2{
    font-size: 18px;
    color: #666666;
    margin-left: 3px;
}

.makeli-pp{
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}</pre></body></html>